home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / nortutil.zip / src / TaxLaw / makefile < prev    next >
Makefile  |  1996-08-28  |  119b  |  13 lines

  1. CFLAGS=-I.
  2.  
  3. OBJS=\
  4. taxmain.o \
  5. taxlaw.o \
  6. index.o \
  7. wrap.o \
  8. rnd.o
  9.  
  10.  
  11. taxlaw:    $(OBJS)
  12.     cc -o taxlaw $(OBJS)
  13.